-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add env variable which controls if auto launch is enabled or not #573
Add env variable which controls if auto launch is enabled or not #573
Conversation
Love it, thanks a lot! |
Thx @johnksv For example with this capture , I see that all the parameter will be kept from the query string.. What do you think of this scenario ? |
Hello again, There is an important aspect that we need to address in this PR. When a user initiates one of their saved configurations from the There are two strategies to achieve this:
Would you be willing to implement one of these solutions? If it seems too time-consuming, I would be more than happy to assist or take over the implementation.
Regarding this, @fcomte and I discussed over the phone and agreed that with the Thank you for your time and contributions to this project. Best, |
Hi! |
Keep old behaviour of allowing auto launch by default.
0712849
to
a6b243e
Compare
Rebased on main |
Hello @johnksv, I apologize for not providing timely feedback on your Pull Request. Given that it's been inactive for two weeks, I'll take over from this point. Moving forward, you can expect quicker responses from me on any future PRs, as I have now resumed full-time work on Onyxia. Thank you for your understanding. Best regards, |
Keep old behaviour of allowing auto launch by default.
The user will land at the service launcher if the URL specifies autoLaunch=true when auto launch is disabled, as shown in this video:
Screen.Recording.2023-08-16.at.15.03.42.mov
Discussion: Should the user get an alert or a notification that the service tried to auto launch but failed to due the configuration of onyxia-web? I vote no. One reason is there are no need for the user to have a concept of "autolaunch" and whenever or not the autoLaunch "fail".
Closes #548